The CxAcsEditor object is a dialog box-based editor for the Access Control Service (ACS). Declare the object using the following code:
|
CreateObject("CxEditors.CxAcsEditor") |
Each method in this document will assume you have declared and connected the CxAcsEditor object using the following code:
|
Dim AcsEditor Set AcsEditor = CreateObject("CxEditors.CxAcsEditor") AcsEditor.Connect("CYGDEMO.ACS") |
More: